home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 5 / CRON_1 / CRON_SET / MOUNTAFP / SERVER_M.H
C/C++ Source or Header  |  1991-09-26  |  143b  |  7 lines

  1. #pragma once
  2.  
  3.  
  4. OSErr                    ServerMount(StringPtr theZone, StringPtr theServer, StringPtr theVolume, StringPtr theUser, StringPtr thePassword);
  5.  
  6.  
  7.